UCF STIG Viewer Logo

The qpidd service must not be running.


Overview

Finding ID Version Rule ID IA Controls Severity
V-38648 RHEL-06-000267 SV-50449r2_rule Low
Description
The qpidd service is automatically installed when the "base" package selection is selected during installation. The qpidd service listens for network connections which increases the attack surface of the system. If the system is not intended to receive AMQP traffic then the "qpidd" service is not needed and should be disabled or removed.
STIG Date
Red Hat Enterprise Linux 6 Security Technical Implementation Guide 2015-09-09

Details

Check Text ( None )
None
Fix Text (F-43597r2_fix)
The "qpidd" service provides high speed, secure, guaranteed delivery services. It is an implementation of the Advanced Message Queuing Protocol. By default the qpidd service will bind to port 5672 and listen for connection attempts. The "qpidd" service can be disabled with the following commands:

# chkconfig qpidd off
# service qpidd stop